home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Grafik / Paint / ArtEffect4 / Rexx / twirl.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1998-05-13  |  243 b   |  18 lines

  1. /*
  2.     domethod demonstration
  3.     Copyright © 1997
  4.     Author: A. Pratsch
  5. */
  6.  
  7. options results
  8.  
  9. address "ArtEffect"
  10.  
  11. domethod twirl 'angle -20'
  12. if rc~=0 then say rc2
  13. domethod quit twirl angle 20
  14. if rc~=0 then say rc2
  15.  
  16. domethod quit antique 'grayscale'
  17.  
  18.